home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / sdkdemo.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2006-06-05  |  9.4 KB  |  418 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="8,00"
  5.     Name="SDKDemo"
  6.     ProjectGUID="{4AAA3D4A-A93C-4093-B2B4-1EA01C52FA0C}"
  7.     Keyword="MFCProj"
  8.     >
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"
  12.         />
  13.     </Platforms>
  14.     <ToolFiles>
  15.     </ToolFiles>
  16.     <Configurations>
  17.         <Configuration
  18.             Name="Release|Win32"
  19.             OutputDirectory=".\NetRelease"
  20.             IntermediateDirectory=".\NetRelease"
  21.             ConfigurationType="2"
  22.             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23.             UseOfMFC="2"
  24.             ATLMinimizesCRunTimeLibraryUsage="false"
  25.             CharacterSet="2"
  26.             >
  27.             <Tool
  28.                 Name="VCPreBuildEventTool"
  29.             />
  30.             <Tool
  31.                 Name="VCCustomBuildTool"
  32.                 Description="Registering OLE control..."
  33.                 CommandLine="regsvr32 /s /c "$(TargetPath)" echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" "
  34.                 Outputs="$(OutDir)\regsvr32.trg"
  35.             />
  36.             <Tool
  37.                 Name="VCXMLDataGeneratorTool"
  38.             />
  39.             <Tool
  40.                 Name="VCWebServiceProxyGeneratorTool"
  41.             />
  42.             <Tool
  43.                 Name="VCMIDLTool"
  44.                 PreprocessorDefinitions="NDEBUG"
  45.                 MkTypLibCompatible="true"
  46.                 SuppressStartupBanner="true"
  47.                 TargetEnvironment="1"
  48.                 TypeLibraryName=".\NetRelease/SDKDemo.tlb"
  49.                 HeaderFileName=""
  50.             />
  51.             <Tool
  52.                 Name="VCCLCompilerTool"
  53.                 Optimization="2"
  54.                 InlineFunctionExpansion="1"
  55.                 AdditionalIncludeDirectories="..\..\..\..\include"
  56.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
  57.                 StringPooling="true"
  58.                 ExceptionHandling="2"
  59.                 RuntimeLibrary="2"
  60.                 EnableFunctionLevelLinking="true"
  61.                 UsePrecompiledHeader="2"
  62.                 PrecompiledHeaderThrough="stdafx.h"
  63.                 PrecompiledHeaderFile=".\NetRelease/SDKDemo.pch"
  64.                 AssemblerListingLocation=".\NetRelease/"
  65.                 ObjectFile=".\NetRelease/"
  66.                 ProgramDataBaseFileName=".\NetRelease/"
  67.                 WarningLevel="3"
  68.                 SuppressStartupBanner="true"
  69.                 CompileAs="0"
  70.             />
  71.             <Tool
  72.                 Name="VCManagedResourceCompilerTool"
  73.             />
  74.             <Tool
  75.                 Name="VCResourceCompilerTool"
  76.                 PreprocessorDefinitions="NDEBUG"
  77.                 Culture="1033"
  78.             />
  79.             <Tool
  80.                 Name="VCPreLinkEventTool"
  81.             />
  82.             <Tool
  83.                 Name="VCLinkerTool"
  84.                 IgnoreImportLibrary="true"
  85.                 OutputFile="..\..\..\..\..\Program\SDKDemo.ocx"
  86.                 LinkIncremental="1"
  87.                 SuppressStartupBanner="true"
  88.                 ModuleDefinitionFile=".\SDKDemo.def"
  89.                 GenerateDebugInformation="true"
  90.                 ProgramDatabaseFile=".\NetRelease/SDKDemo.pdb"
  91.                 SubSystem="2"
  92.                 ImportLibrary=".\NetRelease/SDKDemo.lib"
  93.                 TargetMachine="1"
  94.             />
  95.             <Tool
  96.                 Name="VCALinkTool"
  97.             />
  98.             <Tool
  99.                 Name="VCManifestTool"
  100.             />
  101.             <Tool
  102.                 Name="VCXDCMakeTool"
  103.             />
  104.             <Tool
  105.                 Name="VCBscMakeTool"
  106.             />
  107.             <Tool
  108.                 Name="VCFxCopTool"
  109.             />
  110.             <Tool
  111.                 Name="VCAppVerifierTool"
  112.             />
  113.             <Tool
  114.                 Name="VCWebDeploymentTool"
  115.             />
  116.             <Tool
  117.                 Name="VCPostBuildEventTool"
  118.             />
  119.         </Configuration>
  120.         <Configuration
  121.             Name="Debug|Win32"
  122.             OutputDirectory=".\NetDebug"
  123.             IntermediateDirectory=".\NetDebug"
  124.             ConfigurationType="2"
  125.             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  126.             UseOfMFC="2"
  127.             ATLMinimizesCRunTimeLibraryUsage="false"
  128.             CharacterSet="2"
  129.             >
  130.             <Tool
  131.                 Name="VCPreBuildEventTool"
  132.             />
  133.             <Tool
  134.                 Name="VCCustomBuildTool"
  135.                 Description="Registering OLE control..."
  136.                 CommandLine="regsvr32 /s /c "$(TargetPath)" echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" "
  137.                 Outputs="$(OutDir)\regsvr32.trg"
  138.             />
  139.             <Tool
  140.                 Name="VCXMLDataGeneratorTool"
  141.             />
  142.             <Tool
  143.                 Name="VCWebServiceProxyGeneratorTool"
  144.             />
  145.             <Tool
  146.                 Name="VCMIDLTool"
  147.                 PreprocessorDefinitions="_DEBUG"
  148.                 MkTypLibCompatible="true"
  149.                 SuppressStartupBanner="true"
  150.                 TargetEnvironment="1"
  151.                 TypeLibraryName=".\NetDebug/SDKDemo.tlb"
  152.                 HeaderFileName=""
  153.             />
  154.             <Tool
  155.                 Name="VCCLCompilerTool"
  156.                 Optimization="0"
  157.                 AdditionalIncludeDirectories="..\..\..\..\..\include,..\..\..\..\include"
  158.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
  159.                 ExceptionHandling="2"
  160.                 RuntimeLibrary="3"
  161.                 UsePrecompiledHeader="2"
  162.                 PrecompiledHeaderThrough="stdafx.h"
  163.                 PrecompiledHeaderFile=".\NetDebug/SDKDemo.pch"
  164.                 AssemblerListingLocation=".\NetDebug/"
  165.                 ObjectFile=".\NetDebug/"
  166.                 ProgramDataBaseFileName=".\NetDebug/"
  167.                 WarningLevel="3"
  168.                 SuppressStartupBanner="true"
  169.                 DebugInformationFormat="4"
  170.                 CompileAs="0"
  171.             />
  172.             <Tool
  173.                 Name="VCManagedResourceCompilerTool"
  174.             />
  175.             <Tool
  176.                 Name="VCResourceCompilerTool"
  177.                 PreprocessorDefinitions="_DEBUG"
  178.                 Culture="1033"
  179.             />
  180.             <Tool
  181.                 Name="VCPreLinkEventTool"
  182.             />
  183.             <Tool
  184.                 Name="VCLinkerTool"
  185.                 IgnoreImportLibrary="true"
  186.                 OutputFile="..\..\..\..\..\Program\SDKDemo.ocx"
  187.                 LinkIncremental="1"
  188.                 SuppressStartupBanner="true"
  189.                 ModuleDefinitionFile=".\SDKDemo.def"
  190.                 GenerateDebugInformation="true"
  191.                 ProgramDatabaseFile=".\NetDebug/SDKDemo.pdb"
  192.                 SubSystem="2"
  193.                 ImportLibrary=".\NetDebug/SDKDemo.lib"
  194.                 TargetMachine="1"
  195.             />
  196.             <Tool
  197.                 Name="VCALinkTool"
  198.             />
  199.             <Tool
  200.                 Name="VCManifestTool"
  201.             />
  202.             <Tool
  203.                 Name="VCXDCMakeTool"
  204.             />
  205.             <Tool
  206.                 Name="VCBscMakeTool"
  207.             />
  208.             <Tool
  209.                 Name="VCFxCopTool"
  210.             />
  211.             <Tool
  212.                 Name="VCAppVerifierTool"
  213.             />
  214.             <Tool
  215.                 Name="VCWebDeploymentTool"
  216.             />
  217.             <Tool
  218.                 Name="VCPostBuildEventTool"
  219.             />
  220.         </Configuration>
  221.     </Configurations>
  222.     <References>
  223.     </References>
  224.     <Files>
  225.         <Filter
  226.             Name="Source Files"
  227.             Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  228.             >
  229.             <File
  230.                 RelativePath="ReadMe.txt"
  231.                 >
  232.             </File>
  233.             <File
  234.                 RelativePath="SDKDemo.cpp"
  235.                 >
  236.                 <FileConfiguration
  237.                     Name="Release|Win32"
  238.                     >
  239.                     <Tool
  240.                         Name="VCCLCompilerTool"
  241.                         Optimization="2"
  242.                         AdditionalIncludeDirectories=""
  243.                         PreprocessorDefinitions=""
  244.                     />
  245.                 </FileConfiguration>
  246.                 <FileConfiguration
  247.                     Name="Debug|Win32"
  248.                     >
  249.                     <Tool
  250.                         Name="VCCLCompilerTool"
  251.                         Optimization="0"
  252.                         AdditionalIncludeDirectories=""
  253.                         PreprocessorDefinitions=""
  254.                     />
  255.                 </FileConfiguration>
  256.             </File>
  257.             <File
  258.                 RelativePath="SDKDemo.def"
  259.                 >
  260.             </File>
  261.             <File
  262.                 RelativePath="SDKDemo.odl"
  263.                 >
  264.                 <FileConfiguration
  265.                     Name="Release|Win32"
  266.                     >
  267.                     <Tool
  268.                         Name="VCMIDLTool"
  269.                         PreprocessorDefinitions=""
  270.                         TargetEnvironment="1"
  271.                     />
  272.                 </FileConfiguration>
  273.                 <FileConfiguration
  274.                     Name="Debug|Win32"
  275.                     >
  276.                     <Tool
  277.                         Name="VCMIDLTool"
  278.                         PreprocessorDefinitions=""
  279.                         TargetEnvironment="1"
  280.                     />
  281.                 </FileConfiguration>
  282.             </File>
  283.             <File
  284.                 RelativePath="SDKDemo.rc"
  285.                 >
  286.                 <FileConfiguration
  287.                     Name="Release|Win32"
  288.                     >
  289.                     <Tool
  290.                         Name="VCResourceCompilerTool"
  291.                         PreprocessorDefinitions=""
  292.                         AdditionalIncludeDirectories="$(OUTDIR)"
  293.                     />
  294.                 </FileConfiguration>
  295.                 <FileConfiguration
  296.                     Name="Debug|Win32"
  297.                     >
  298.                     <Tool
  299.                         Name="VCResourceCompilerTool"
  300.                         PreprocessorDefinitions=""
  301.                         AdditionalIncludeDirectories="$(OUTDIR)"
  302.                     />
  303.                 </FileConfiguration>
  304.             </File>
  305.             <File
  306.                 RelativePath="SDKDemoCtl.cpp"
  307.                 >
  308.                 <FileConfiguration
  309.                     Name="Release|Win32"
  310.                     >
  311.                     <Tool
  312.                         Name="VCCLCompilerTool"
  313.                         Optimization="2"
  314.                         AdditionalIncludeDirectories=""
  315.                         PreprocessorDefinitions=""
  316.                     />
  317.                 </FileConfiguration>
  318.                 <FileConfiguration
  319.                     Name="Debug|Win32"
  320.                     >
  321.                     <Tool
  322.                         Name="VCCLCompilerTool"
  323.                         Optimization="0"
  324.                         AdditionalIncludeDirectories=""
  325.                         PreprocessorDefinitions=""
  326.                     />
  327.                 </FileConfiguration>
  328.             </File>
  329.             <File
  330.                 RelativePath="SDKDemoPpg.cpp"
  331.                 >
  332.                 <FileConfiguration
  333.                     Name="Release|Win32"
  334.                     >
  335.                     <Tool
  336.                         Name="VCCLCompilerTool"
  337.                         Optimization="2"
  338.                         AdditionalIncludeDirectories=""
  339.                         PreprocessorDefinitions=""
  340.                     />
  341.                 </FileConfiguration>
  342.                 <FileConfiguration
  343.                     Name="Debug|Win32"
  344.                     >
  345.                     <Tool
  346.                         Name="VCCLCompilerTool"
  347.                         Optimization="0"
  348.                         AdditionalIncludeDirectories=""
  349.                         PreprocessorDefinitions=""
  350.                     />
  351.                 </FileConfiguration>
  352.             </File>
  353.             <File
  354.                 RelativePath="StdAfx.cpp"
  355.                 >
  356.                 <FileConfiguration
  357.                     Name="Release|Win32"
  358.                     >
  359.                     <Tool
  360.                         Name="VCCLCompilerTool"
  361.                         Optimization="2"
  362.                         AdditionalIncludeDirectories=""
  363.                         PreprocessorDefinitions=""
  364.                         UsePrecompiledHeader="1"
  365.                     />
  366.                 </FileConfiguration>
  367.                 <FileConfiguration
  368.                     Name="Debug|Win32"
  369.                     >
  370.                     <Tool
  371.                         Name="VCCLCompilerTool"
  372.                         Optimization="0"
  373.                         AdditionalIncludeDirectories=""
  374.                         PreprocessorDefinitions=""
  375.                         UsePrecompiledHeader="1"
  376.                     />
  377.                 </FileConfiguration>
  378.             </File>
  379.         </Filter>
  380.         <Filter
  381.             Name="Header Files"
  382.             Filter="h;hpp;hxx;hm;inl;fi;fd"
  383.             >
  384.             <File
  385.                 RelativePath="SDKDemo.h"
  386.                 >
  387.             </File>
  388.             <File
  389.                 RelativePath="SDKDemoCtl.h"
  390.                 >
  391.             </File>
  392.             <File
  393.                 RelativePath="SDKDemoPpg.h"
  394.                 >
  395.             </File>
  396.             <File
  397.                 RelativePath="StdAfx.h"
  398.                 >
  399.             </File>
  400.         </Filter>
  401.         <Filter
  402.             Name="Resource Files"
  403.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  404.             >
  405.             <File
  406.                 RelativePath="SDKDemo.ico"
  407.                 >
  408.             </File>
  409.             <File
  410.                 RelativePath="SDKDemoCtl.bmp"
  411.                 >
  412.             </File>
  413.         </Filter>
  414.     </Files>
  415.     <Globals>
  416.     </Globals>
  417. </VisualStudioProject>
  418.